[INFO] cloning repository https://github.com/thegenem0/pipestream
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thegenem0/pipestream" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthegenem0%2Fpipestream", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthegenem0%2Fpipestream'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a70c4eaa5a9e740751a9cbba13e7f88cd83e98cc
[INFO] testing thegenem0/pipestream against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthegenem0%2Fpipestream" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/thegenem0/pipestream
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/thegenem0/pipestream
[INFO] tweaked toml for git repo https://github.com/thegenem0/pipestream written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/thegenem0/pipestream on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/thegenem0/pipestream already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bde65cbd3dc03fcc926a4be3e311fa88b83ee22b6eeed1ce2424c57517b7eb48
[INFO] running `Command { std: "docker" "start" "-a" "bde65cbd3dc03fcc926a4be3e311fa88b83ee22b6eeed1ce2424c57517b7eb48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bde65cbd3dc03fcc926a4be3e311fa88b83ee22b6eeed1ce2424c57517b7eb48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bde65cbd3dc03fcc926a4be3e311fa88b83ee22b6eeed1ce2424c57517b7eb48", kill_on_drop: false }`
[INFO] [stdout] bde65cbd3dc03fcc926a4be3e311fa88b83ee22b6eeed1ce2424c57517b7eb48
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ebbf7e2ba42b4b69f92d259a9349e36d930ab7976fc7ccf63196135d70ed8871
[INFO] running `Command { std: "docker" "start" "-a" "ebbf7e2ba42b4b69f92d259a9349e36d930ab7976fc7ccf63196135d70ed8871", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling zerocopy v0.8.24
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling pipestream v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.47s
[INFO] running `Command { std: "docker" "inspect" "ebbf7e2ba42b4b69f92d259a9349e36d930ab7976fc7ccf63196135d70ed8871", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ebbf7e2ba42b4b69f92d259a9349e36d930ab7976fc7ccf63196135d70ed8871", kill_on_drop: false }`
[INFO] [stdout] ebbf7e2ba42b4b69f92d259a9349e36d930ab7976fc7ccf63196135d70ed8871
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2fb6d1545276fc1aedb13e604cb98e9c6b56ee875508042faa2fa467abda4e06
[INFO] running `Command { std: "docker" "start" "-a" "2fb6d1545276fc1aedb13e604cb98e9c6b56ee875508042faa2fa467abda4e06", kill_on_drop: false }`
[INFO] [stderr]    Compiling pipestream v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `word_count`, `unique_word_count`, and `avg_word_length` are never read
[INFO] [stdout]   --> examples/simple.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | struct TextStats {
[INFO] [stdout]    |        --------- fields in this struct
[INFO] [stdout] 11 |     word_count: usize,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 12 |     unique_word_count: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 13 |     avg_word_length: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TextStats` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.29s
[INFO] running `Command { std: "docker" "inspect" "2fb6d1545276fc1aedb13e604cb98e9c6b56ee875508042faa2fa467abda4e06", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2fb6d1545276fc1aedb13e604cb98e9c6b56ee875508042faa2fa467abda4e06", kill_on_drop: false }`
[INFO] [stdout] 2fb6d1545276fc1aedb13e604cb98e9c6b56ee875508042faa2fa467abda4e06
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 48431e272be19b017ce4947a789e3c6eaeb45aa35cac2481f3390329926d9ece
[INFO] running `Command { std: "docker" "start" "-a" "48431e272be19b017ce4947a789e3c6eaeb45aa35cac2481f3390329926d9ece", kill_on_drop: false }`
[INFO] [stderr] warning: fields `word_count`, `unique_word_count`, and `avg_word_length` are never read
[INFO] [stderr]   --> examples/simple.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | struct TextStats {
[INFO] [stderr]    |        --------- fields in this struct
[INFO] [stderr] 11 |     word_count: usize,
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] 12 |     unique_word_count: usize,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 13 |     avg_word_length: f64,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `TextStats` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `pipestream` (example "simple") generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pipestream-d1231a9f7babe465)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test concurrency::pool::tests::test_backoff_behavior ... ok
[INFO] [stdout] test concurrency::pool::tests::test_buffer_pool ... ok
[INFO] [stdout] test concurrency::pool::tests::test_clear ... ok
[INFO] [stdout] test concurrency::pool::tests::test_ensure_min_capacity ... ok
[INFO] [stdout] test concurrency::pool::tests::test_object_pool_get_and_return ... ok
[INFO] [stdout] test concurrency::pool::tests::test_object_pool_initial_capacity ... ok
[INFO] [stdout] test concurrency::pool::tests::test_object_pool_max_size ... ok
[INFO] [stdout] test concurrency::pool::tests::test_object_pool_create_when_empty ... ok
[INFO] [stdout] test concurrency::pool::tests::test_resetable_objects ... ok
[INFO] [stdout] test concurrency::pool::tests::test_try_get ... ok
[INFO] [stdout] test resilience::circuitable::tests::test_circuit_breaker_basic_operation ... ok
[INFO] [stdout] test resilience::circuitable::tests::test_circuit_breaker_config ... ok
[INFO] [stdout] test resilience::circuitable::tests::test_circuit_breaker_failure_threshold ... ok
[INFO] [stdout] test resilience::circuitable::tests::test_circuit_breaker_name ... ok
[INFO] [stdout] test resilience::circuitable::tests::test_circuit_breaker_mixed_results ... ok
[INFO] [stdout] test resilience::circuitable::tests::test_circuit_breaker_window_size ... ok
[INFO] [stdout] test resilience::circuitable::tests::test_component_receives_no_requests_when_open ... ok
[INFO] [stdout] test resilience::circuitable::tests::test_failure_rate_calculation ... ok
[INFO] [stdout] test resilience::circuitable::tests::test_circuit_breaker_debug ... ok
[INFO] [stdout] test concurrency::worker::tests::test_high_concurrency ... ok
[INFO] [stdout] test concurrency::worker::tests::test_parallel_executor ... ok
[INFO] [stdout] test concurrency::pool::tests::test_high_concurrency ... ok
[INFO] [stdout] test resilience::circuitable::tests::test_circuit_breaker_failure_during_recovery ... ok
[INFO] [stdout] test concurrency::worker::tests::test_worker_pool_processes_batch ... ok
[INFO] [stderr]    Doc-tests pipestream
[INFO] [stdout] test resilience::circuitable::tests::test_circuit_breaker_reset_timeout ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "48431e272be19b017ce4947a789e3c6eaeb45aa35cac2481f3390329926d9ece", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48431e272be19b017ce4947a789e3c6eaeb45aa35cac2481f3390329926d9ece", kill_on_drop: false }`
[INFO] [stdout] 48431e272be19b017ce4947a789e3c6eaeb45aa35cac2481f3390329926d9ece
